home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v10n07.arc / ENCORE.ARC / ENCORE.DOC < prev    next >
Text File  |  1991-03-27  |  2KB  |  44 lines

  1. ENCORE
  2.  
  3.  
  4. Scott Chaney                                       April 16, 1991 (Utilities)
  5.  
  6.  
  7. Purpose:   Records and plays back the keystroke sequences and intervening
  8. pauses needed to execute repetitive sets of menu choices or commands. 
  9. Keystroke sequences can be saved and loaded as files or in memory, and
  10. playback requires only a single keystroke.
  11.  
  12. Format:     ENCORE  [/S] [/L] [/U] [/Kn../Bn../P]
  13.  
  14. Remarks:  ENCORE must initially be loaded (from the DOS command line or an 
  15. AUTOEXEC.BAT file) without the /S, /L, or /U switch parameters.  It then 
  16. becomes a memory resident (TSR) utility that uses Ctrl-R to start and stop 
  17. recording a keystroke sequence and Ctrl-P to play it back.  (Instructions for 
  18. changing the default hotkeys are given in the original article.)  One beep is 
  19. sounded when a recording sequence is begun, and two beeps when it is 
  20. terminated.  Unmodified, ENCORE requires 1 KB of RAM.
  21.  
  22.           The default 100-keystroke buffer can be changed by loading ENCORE 
  23. with its optional /Kn switch, where n is the number of keystrokes to be saved.
  24. Each buffered keystroke requires 5 bytes of storage.
  25.  
  26.           Entering ENCORE with its optional /Bn parameter changes the "boost"
  27. threshhold used to distinguish between normal typing and deliberate pauses
  28. created to allow program loading, menu screen changes, etc.  The default value 
  29. of n is 18.2, the number of clock ticks equal to one second.  Keystrokes 
  30. entered more rapidly than one per second will be speeded up on playback; 
  31. longer pauses will be preserved in their entirety.  Entering /B0 causes all 
  32. keystrokes to be played back at the speed at which they were recorded.  The 
  33. optional /P parameter allows changes made with the /K and /B switches to be 
  34. made permanent.
  35.  
  36.           Recorded keystroke sequences can be saved to a file with the command 
  37. ENCORE /S filename.  The filename supports a path (so ENCORE and its keyfiles
  38. can be kept in the same subdirectory), but no extension may be supplied.  The 
  39. command ENCORE /L filename, again without extension, is used to load a saved
  40. keyfile.  Subject to usual TSR limitations, the program can be uninstalled by 
  41. entering the command ENCORE /U.  The /S, /L, and /U parameters can only be
  42. invoked after ENCORE has become resident.
  43.  
  44.